Support explicit 0 and 1 forms for plural in PHP
authorNiklas Laxström <niklas.laxstrom@gmail.com>
Sun, 16 Sep 2012 19:13:03 +0000 (19:13 +0000)
committerNiklas Laxström <niklas.laxstrom@gmail.com>
Sun, 16 Sep 2012 20:22:22 +0000 (20:22 +0000)
commit25c60c313a530cf990868294ae5f7202bb2a2aed
tree87095be1185df9fb10bad3d34766da4c02ebce94
parent4050abde6b6da7c2cc479e55dfaf768036297b56
Support explicit 0 and 1 forms for plural in PHP

rails-i18n has the same, lets see if this is flexible
enough or whether we need to allow more complex expressions.

Change-Id: I50eb0c6d1c02ca936848d310de625ed1fe43d91a
languages/Language.php
tests/phpunit/languages/LanguageTest.php